home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / mozilla-firefox / include / xpcom_obsolete / nsIRegistry.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-05-08  |  39.6 KB  |  910 lines

  1. /*
  2.  * DO NOT EDIT.  THIS FILE IS GENERATED FROM nsIRegistry.idl
  3.  */
  4.  
  5. #ifndef __gen_nsIRegistry_h__
  6. #define __gen_nsIRegistry_h__
  7.  
  8.  
  9. #ifndef __gen_nsISupports_h__
  10. #include "nsISupports.h"
  11. #endif
  12.  
  13. #ifndef __gen_nsIEnumerator_h__
  14. #include "nsIEnumerator.h"
  15. #endif
  16.  
  17. /* For IDL files that don't want to include root IDL files. */
  18. #ifndef NS_NO_VTABLE
  19. #define NS_NO_VTABLE
  20. #endif
  21. class nsIFile; /* forward declaration */
  22.  
  23. typedef PRUint32 nsRegistryKey;
  24.  
  25. typedef PRInt32 nsWellKnownRegistry;
  26.  
  27.  
  28. /* starting interface:    nsIRegistry */
  29. #define NS_IREGISTRY_IID_STR "5d41a440-8e37-11d2-8059-00600811a9c3"
  30.  
  31. #define NS_IREGISTRY_IID \
  32.   {0x5d41a440, 0x8e37, 0x11d2, \
  33.     { 0x80, 0x59, 0x00, 0x60, 0x08, 0x11, 0xa9, 0xc3 }}
  34.  
  35. class NS_NO_VTABLE nsIRegistry : public nsISupports {
  36.  public: 
  37.  
  38.   NS_DEFINE_STATIC_IID_ACCESSOR(NS_IREGISTRY_IID)
  39.  
  40.   enum { None = 0 };
  41.  
  42.   enum { Users = 1 };
  43.  
  44.   enum { Common = 2 };
  45.  
  46.   enum { CurrentUser = 3 };
  47.  
  48.   enum { ApplicationComponentRegistry = 1 };
  49.  
  50.   enum { ApplicationRegistry = 2 };
  51.  
  52.   enum { ApplicationCustomRegistry = -1 };
  53.  
  54.   /* void open (in nsIFile regFile); */
  55.   NS_IMETHOD Open(nsIFile *regFile) = 0;
  56.  
  57.   /* void openWellKnownRegistry (in nsWellKnownRegistry regid); */
  58.   NS_IMETHOD OpenWellKnownRegistry(nsWellKnownRegistry regid) = 0;
  59.  
  60.   /* void flush (); */
  61.   NS_IMETHOD Flush(void) = 0;
  62.  
  63.   /* boolean isOpen (); */
  64.   NS_IMETHOD IsOpen(PRBool *_retval) = 0;
  65.  
  66.   /* nsRegistryKey addKey (in nsRegistryKey baseKey, in wstring keyname); */
  67.   NS_IMETHOD AddKey(nsRegistryKey baseKey, const PRUnichar *keyname, nsRegistryKey *_retval) = 0;
  68.  
  69.   /* nsRegistryKey getKey (in nsRegistryKey baseKey, in wstring keyname); */
  70.   NS_IMETHOD GetKey(nsRegistryKey baseKey, const PRUnichar *keyname, nsRegistryKey *_retval) = 0;
  71.  
  72.   /* void removeKey (in nsRegistryKey baseKey, in wstring keyname); */
  73.   NS_IMETHOD RemoveKey(nsRegistryKey baseKey, const PRUnichar *keyname) = 0;
  74.  
  75.   /* wstring getString (in nsRegistryKey baseKey, in wstring valname); */
  76.   NS_IMETHOD GetString(nsRegistryKey baseKey, const PRUnichar *valname, PRUnichar **_retval) = 0;
  77.  
  78.   /* void setString (in nsRegistryKey baseKey, in wstring valname, in wstring value); */
  79.   NS_IMETHOD SetString(nsRegistryKey baseKey, const PRUnichar *valname, const PRUnichar *value) = 0;
  80.  
  81.   /* string getStringUTF8 (in nsRegistryKey baseKey, in string path); */
  82.   NS_IMETHOD GetStringUTF8(nsRegistryKey baseKey, const char *path, char **_retval) = 0;
  83.  
  84.   /* void setStringUTF8 (in nsRegistryKey baseKey, in string path, in string value); */
  85.   NS_IMETHOD SetStringUTF8(nsRegistryKey baseKey, const char *path, const char *value) = 0;
  86.  
  87.   /* void getBytesUTF8 (in nsRegistryKey baseKey, in string path, out PRUint32 length, [array, size_is (length), retval] out PRUint8 valueArray); */
  88.   NS_IMETHOD GetBytesUTF8(nsRegistryKey baseKey, const char *path, PRUint32 *length, PRUint8 **valueArray) = 0;
  89.  
  90.   /* void setBytesUTF8 (in nsRegistryKey baseKey, in string path, in PRUint32 length, [array, size_is (length)] in PRUint8 valueArray); */
  91.   NS_IMETHOD SetBytesUTF8(nsRegistryKey baseKey, const char *path, PRUint32 length, PRUint8 *valueArray) = 0;
  92.  
  93.   /* PRInt32 getInt (in nsRegistryKey baseKey, in string path); */
  94.   NS_IMETHOD GetInt(nsRegistryKey baseKey, const char *path, PRInt32 *_retval) = 0;
  95.  
  96.   /* void setInt (in nsRegistryKey baseKey, in string path, in PRInt32 value); */
  97.   NS_IMETHOD SetInt(nsRegistryKey baseKey, const char *path, PRInt32 value) = 0;
  98.  
  99.   /* PRInt64 getLongLong (in nsRegistryKey baseKey, in string path); */
  100.   NS_IMETHOD GetLongLong(nsRegistryKey baseKey, const char *path, PRInt64 *_retval) = 0;
  101.  
  102.   /* void setLongLong (in nsRegistryKey baseKey, in string path, inout PRInt64 value); */
  103.   NS_IMETHOD SetLongLong(nsRegistryKey baseKey, const char *path, PRInt64 *value) = 0;
  104.  
  105.   /**
  106.      * addSubtree() and friends need to be renamed to addKeyUTF8().
  107.      * If you are using these forms make sure you pass UTF8 data
  108.      */
  109.   /* nsRegistryKey addSubtree (in nsRegistryKey baseKey, in string path); */
  110.   NS_IMETHOD AddSubtree(nsRegistryKey baseKey, const char *path, nsRegistryKey *_retval) = 0;
  111.  
  112.   /* void removeSubtree (in nsRegistryKey baseKey, in string path); */
  113.   NS_IMETHOD RemoveSubtree(nsRegistryKey baseKey, const char *path) = 0;
  114.  
  115.   /* nsRegistryKey getSubtree (in nsRegistryKey baseKey, in string path); */
  116.   NS_IMETHOD GetSubtree(nsRegistryKey baseKey, const char *path, nsRegistryKey *_retval) = 0;
  117.  
  118.   /* nsRegistryKey addSubtreeRaw (in nsRegistryKey baseKey, in string path); */
  119.   NS_IMETHOD AddSubtreeRaw(nsRegistryKey baseKey, const char *path, nsRegistryKey *_retval) = 0;
  120.  
  121.   /* void removeSubtreeRaw (in nsRegistryKey baseKey, in string path); */
  122.   NS_IMETHOD RemoveSubtreeRaw(nsRegistryKey baseKey, const char *path) = 0;
  123.  
  124.   /* nsRegistryKey getSubtreeRaw (in nsRegistryKey baseKey, in string path); */
  125.   NS_IMETHOD GetSubtreeRaw(nsRegistryKey baseKey, const char *path, nsRegistryKey *_retval) = 0;
  126.  
  127.   /* nsIEnumerator enumerateSubtrees (in nsRegistryKey baseKey); */
  128.   NS_IMETHOD EnumerateSubtrees(nsRegistryKey baseKey, nsIEnumerator **_retval) = 0;
  129.  
  130.   /* nsIEnumerator enumerateAllSubtrees (in nsRegistryKey baseKey); */
  131.   NS_IMETHOD EnumerateAllSubtrees(nsRegistryKey baseKey, nsIEnumerator **_retval) = 0;
  132.  
  133.   /* nsIEnumerator enumerateValues (in nsRegistryKey baseKey); */
  134.   NS_IMETHOD EnumerateValues(nsRegistryKey baseKey, nsIEnumerator **_retval) = 0;
  135.  
  136.   enum { String = 1U };
  137.  
  138.   enum { Int32 = 2U };
  139.  
  140.   enum { Bytes = 3U };
  141.  
  142.   enum { File = 4U };
  143.  
  144.   /* unsigned long getValueType (in nsRegistryKey baseKey, in string path); */
  145.   NS_IMETHOD GetValueType(nsRegistryKey baseKey, const char *path, PRUint32 *_retval) = 0;
  146.  
  147.   /* PRUint32 getValueLength (in nsRegistryKey baseKey, in string path); */
  148.   NS_IMETHOD GetValueLength(nsRegistryKey baseKey, const char *path, PRUint32 *_retval) = 0;
  149.  
  150.   /* void deleteValue (in nsRegistryKey baseKey, in string path); */
  151.   NS_IMETHOD DeleteValue(nsRegistryKey baseKey, const char *path) = 0;
  152.  
  153.   /**
  154.      * escapeKey() takes arbitrary binary data and converts it into
  155.      * valid ASCII which can be used as registry key or value names
  156.      */
  157.   /* void escapeKey ([array, size_is (length)] in PRUint8 key, in PRUint32 terminator, inout PRUint32 length, [array, size_is (length), retval] out PRUint8 escaped); */
  158.   NS_IMETHOD EscapeKey(PRUint8 *key, PRUint32 terminator, PRUint32 *length, PRUint8 **escaped) = 0;
  159.  
  160.   /* void unescapeKey ([array, size_is (length)] in PRUint8 escaped, in PRUint32 terminator, inout PRUint32 length, [array, size_is (length), retval] out PRUint8 key); */
  161.   NS_IMETHOD UnescapeKey(PRUint8 *escaped, PRUint32 terminator, PRUint32 *length, PRUint8 **key) = 0;
  162.  
  163.   /* attribute string currentUserName; */
  164.   NS_IMETHOD GetCurrentUserName(char * *aCurrentUserName) = 0;
  165.   NS_IMETHOD SetCurrentUserName(const char * aCurrentUserName) = 0;
  166.  
  167.   /* void pack (); */
  168.   NS_IMETHOD Pack(void) = 0;
  169.  
  170. };
  171.  
  172. /* Use this macro when declaring classes that implement this interface. */
  173. #define NS_DECL_NSIREGISTRY \
  174.   NS_IMETHOD Open(nsIFile *regFile); \
  175.   NS_IMETHOD OpenWellKnownRegistry(nsWellKnownRegistry regid); \
  176.   NS_IMETHOD Flush(void); \
  177.   NS_IMETHOD IsOpen(PRBool *_retval); \
  178.   NS_IMETHOD AddKey(nsRegistryKey baseKey, const PRUnichar *keyname, nsRegistryKey *_retval); \
  179.   NS_IMETHOD GetKey(nsRegistryKey baseKey, const PRUnichar *keyname, nsRegistryKey *_retval); \
  180.   NS_IMETHOD RemoveKey(nsRegistryKey baseKey, const PRUnichar *keyname); \
  181.   NS_IMETHOD GetString(nsRegistryKey baseKey, const PRUnichar *valname, PRUnichar **_retval); \
  182.   NS_IMETHOD SetString(nsRegistryKey baseKey, const PRUnichar *valname, const PRUnichar *value); \
  183.   NS_IMETHOD GetStringUTF8(nsRegistryKey baseKey, const char *path, char **_retval); \
  184.   NS_IMETHOD SetStringUTF8(nsRegistryKey baseKey, const char *path, const char *value); \
  185.   NS_IMETHOD GetBytesUTF8(nsRegistryKey baseKey, const char *path, PRUint32 *length, PRUint8 **valueArray); \
  186.   NS_IMETHOD SetBytesUTF8(nsRegistryKey baseKey, const char *path, PRUint32 length, PRUint8 *valueArray); \
  187.   NS_IMETHOD GetInt(nsRegistryKey baseKey, const char *path, PRInt32 *_retval); \
  188.   NS_IMETHOD SetInt(nsRegistryKey baseKey, const char *path, PRInt32 value); \
  189.   NS_IMETHOD GetLongLong(nsRegistryKey baseKey, const char *path, PRInt64 *_retval); \
  190.   NS_IMETHOD SetLongLong(nsRegistryKey baseKey, const char *path, PRInt64 *value); \
  191.   NS_IMETHOD AddSubtree(nsRegistryKey baseKey, const char *path, nsRegistryKey *_retval); \
  192.   NS_IMETHOD RemoveSubtree(nsRegistryKey baseKey, const char *path); \
  193.   NS_IMETHOD GetSubtree(nsRegistryKey baseKey, const char *path, nsRegistryKey *_retval); \
  194.   NS_IMETHOD AddSubtreeRaw(nsRegistryKey baseKey, const char *path, nsRegistryKey *_retval); \
  195.   NS_IMETHOD RemoveSubtreeRaw(nsRegistryKey baseKey, const char *path); \
  196.   NS_IMETHOD GetSubtreeRaw(nsRegistryKey baseKey, const char *path, nsRegistryKey *_retval); \
  197.   NS_IMETHOD EnumerateSubtrees(nsRegistryKey baseKey, nsIEnumerator **_retval); \
  198.   NS_IMETHOD EnumerateAllSubtrees(nsRegistryKey baseKey, nsIEnumerator **_retval); \
  199.   NS_IMETHOD EnumerateValues(nsRegistryKey baseKey, nsIEnumerator **_retval); \
  200.   NS_IMETHOD GetValueType(nsRegistryKey baseKey, const char *path, PRUint32 *_retval); \
  201.   NS_IMETHOD GetValueLength(nsRegistryKey baseKey, const char *path, PRUint32 *_retval); \
  202.   NS_IMETHOD DeleteValue(nsRegistryKey baseKey, const char *path); \
  203.   NS_IMETHOD EscapeKey(PRUint8 *key, PRUint32 terminator, PRUint32 *length, PRUint8 **escaped); \
  204.   NS_IMETHOD UnescapeKey(PRUint8 *escaped, PRUint32 terminator, PRUint32 *length, PRUint8 **key); \
  205.   NS_IMETHOD GetCurrentUserName(char * *aCurrentUserName); \
  206.   NS_IMETHOD SetCurrentUserName(const char * aCurrentUserName); \
  207.   NS_IMETHOD Pack(void); 
  208.  
  209. /* Use this macro to declare functions that forward the behavior of this interface to another object. */
  210. #define NS_FORWARD_NSIREGISTRY(_to) \
  211.   NS_IMETHOD Open(nsIFile *regFile) { return _to Open(regFile); } \
  212.   NS_IMETHOD OpenWellKnownRegistry(nsWellKnownRegistry regid) { return _to OpenWellKnownRegistry(regid); } \
  213.   NS_IMETHOD Flush(void) { return _to Flush(); } \
  214.   NS_IMETHOD IsOpen(PRBool *_retval) { return _to IsOpen(_retval); } \
  215.   NS_IMETHOD AddKey(nsRegistryKey baseKey, const PRUnichar *keyname, nsRegistryKey *_retval) { return _to AddKey(baseKey, keyname, _retval); } \
  216.   NS_IMETHOD GetKey(nsRegistryKey baseKey, const PRUnichar *keyname, nsRegistryKey *_retval) { return _to GetKey(baseKey, keyname, _retval); } \
  217.   NS_IMETHOD RemoveKey(nsRegistryKey baseKey, const PRUnichar *keyname) { return _to RemoveKey(baseKey, keyname); } \
  218.   NS_IMETHOD GetString(nsRegistryKey baseKey, const PRUnichar *valname, PRUnichar **_retval) { return _to GetString(baseKey, valname, _retval); } \
  219.   NS_IMETHOD SetString(nsRegistryKey baseKey, const PRUnichar *valname, const PRUnichar *value) { return _to SetString(baseKey, valname, value); } \
  220.   NS_IMETHOD GetStringUTF8(nsRegistryKey baseKey, const char *path, char **_retval) { return _to GetStringUTF8(baseKey, path, _retval); } \
  221.   NS_IMETHOD SetStringUTF8(nsRegistryKey baseKey, const char *path, const char *value) { return _to SetStringUTF8(baseKey, path, value); } \
  222.   NS_IMETHOD GetBytesUTF8(nsRegistryKey baseKey, const char *path, PRUint32 *length, PRUint8 **valueArray) { return _to GetBytesUTF8(baseKey, path, length, valueArray); } \
  223.   NS_IMETHOD SetBytesUTF8(nsRegistryKey baseKey, const char *path, PRUint32 length, PRUint8 *valueArray) { return _to SetBytesUTF8(baseKey, path, length, valueArray); } \
  224.   NS_IMETHOD GetInt(nsRegistryKey baseKey, const char *path, PRInt32 *_retval) { return _to GetInt(baseKey, path, _retval); } \
  225.   NS_IMETHOD SetInt(nsRegistryKey baseKey, const char *path, PRInt32 value) { return _to SetInt(baseKey, path, value); } \
  226.   NS_IMETHOD GetLongLong(nsRegistryKey baseKey, const char *path, PRInt64 *_retval) { return _to GetLongLong(baseKey, path, _retval); } \
  227.   NS_IMETHOD SetLongLong(nsRegistryKey baseKey, const char *path, PRInt64 *value) { return _to SetLongLong(baseKey, path, value); } \
  228.   NS_IMETHOD AddSubtree(nsRegistryKey baseKey, const char *path, nsRegistryKey *_retval) { return _to AddSubtree(baseKey, path, _retval); } \
  229.   NS_IMETHOD RemoveSubtree(nsRegistryKey baseKey, const char *path) { return _to RemoveSubtree(baseKey, path); } \
  230.   NS_IMETHOD GetSubtree(nsRegistryKey baseKey, const char *path, nsRegistryKey *_retval) { return _to GetSubtree(baseKey, path, _retval); } \
  231.   NS_IMETHOD AddSubtreeRaw(nsRegistryKey baseKey, const char *path, nsRegistryKey *_retval) { return _to AddSubtreeRaw(baseKey, path, _retval); } \
  232.   NS_IMETHOD RemoveSubtreeRaw(nsRegistryKey baseKey, const char *path) { return _to RemoveSubtreeRaw(baseKey, path); } \
  233.   NS_IMETHOD GetSubtreeRaw(nsRegistryKey baseKey, const char *path, nsRegistryKey *_retval) { return _to GetSubtreeRaw(baseKey, path, _retval); } \
  234.   NS_IMETHOD EnumerateSubtrees(nsRegistryKey baseKey, nsIEnumerator **_retval) { return _to EnumerateSubtrees(baseKey, _retval); } \
  235.   NS_IMETHOD EnumerateAllSubtrees(nsRegistryKey baseKey, nsIEnumerator **_retval) { return _to EnumerateAllSubtrees(baseKey, _retval); } \
  236.   NS_IMETHOD EnumerateValues(nsRegistryKey baseKey, nsIEnumerator **_retval) { return _to EnumerateValues(baseKey, _retval); } \
  237.   NS_IMETHOD GetValueType(nsRegistryKey baseKey, const char *path, PRUint32 *_retval) { return _to GetValueType(baseKey, path, _retval); } \
  238.   NS_IMETHOD GetValueLength(nsRegistryKey baseKey, const char *path, PRUint32 *_retval) { return _to GetValueLength(baseKey, path, _retval); } \
  239.   NS_IMETHOD DeleteValue(nsRegistryKey baseKey, const char *path) { return _to DeleteValue(baseKey, path); } \
  240.   NS_IMETHOD EscapeKey(PRUint8 *key, PRUint32 terminator, PRUint32 *length, PRUint8 **escaped) { return _to EscapeKey(key, terminator, length, escaped); } \
  241.   NS_IMETHOD UnescapeKey(PRUint8 *escaped, PRUint32 terminator, PRUint32 *length, PRUint8 **key) { return _to UnescapeKey(escaped, terminator, length, key); } \
  242.   NS_IMETHOD GetCurrentUserName(char * *aCurrentUserName) { return _to GetCurrentUserName(aCurrentUserName); } \
  243.   NS_IMETHOD SetCurrentUserName(const char * aCurrentUserName) { return _to SetCurrentUserName(aCurrentUserName); } \
  244.   NS_IMETHOD Pack(void) { return _to Pack(); } 
  245.  
  246. /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
  247. #define NS_FORWARD_SAFE_NSIREGISTRY(_to) \
  248.   NS_IMETHOD Open(nsIFile *regFile) { return !_to ? NS_ERROR_NULL_POINTER : _to->Open(regFile); } \
  249.   NS_IMETHOD OpenWellKnownRegistry(nsWellKnownRegistry regid) { return !_to ? NS_ERROR_NULL_POINTER : _to->OpenWellKnownRegistry(regid); } \
  250.   NS_IMETHOD Flush(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->Flush(); } \
  251.   NS_IMETHOD IsOpen(PRBool *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->IsOpen(_retval); } \
  252.   NS_IMETHOD AddKey(nsRegistryKey baseKey, const PRUnichar *keyname, nsRegistryKey *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->AddKey(baseKey, keyname, _retval); } \
  253.   NS_IMETHOD GetKey(nsRegistryKey baseKey, const PRUnichar *keyname, nsRegistryKey *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetKey(baseKey, keyname, _retval); } \
  254.   NS_IMETHOD RemoveKey(nsRegistryKey baseKey, const PRUnichar *keyname) { return !_to ? NS_ERROR_NULL_POINTER : _to->RemoveKey(baseKey, keyname); } \
  255.   NS_IMETHOD GetString(nsRegistryKey baseKey, const PRUnichar *valname, PRUnichar **_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetString(baseKey, valname, _retval); } \
  256.   NS_IMETHOD SetString(nsRegistryKey baseKey, const PRUnichar *valname, const PRUnichar *value) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetString(baseKey, valname, value); } \
  257.   NS_IMETHOD GetStringUTF8(nsRegistryKey baseKey, const char *path, char **_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetStringUTF8(baseKey, path, _retval); } \
  258.   NS_IMETHOD SetStringUTF8(nsRegistryKey baseKey, const char *path, const char *value) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetStringUTF8(baseKey, path, value); } \
  259.   NS_IMETHOD GetBytesUTF8(nsRegistryKey baseKey, const char *path, PRUint32 *length, PRUint8 **valueArray) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetBytesUTF8(baseKey, path, length, valueArray); } \
  260.   NS_IMETHOD SetBytesUTF8(nsRegistryKey baseKey, const char *path, PRUint32 length, PRUint8 *valueArray) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetBytesUTF8(baseKey, path, length, valueArray); } \
  261.   NS_IMETHOD GetInt(nsRegistryKey baseKey, const char *path, PRInt32 *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetInt(baseKey, path, _retval); } \
  262.   NS_IMETHOD SetInt(nsRegistryKey baseKey, const char *path, PRInt32 value) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetInt(baseKey, path, value); } \
  263.   NS_IMETHOD GetLongLong(nsRegistryKey baseKey, const char *path, PRInt64 *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLongLong(baseKey, path, _retval); } \
  264.   NS_IMETHOD SetLongLong(nsRegistryKey baseKey, const char *path, PRInt64 *value) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetLongLong(baseKey, path, value); } \
  265.   NS_IMETHOD AddSubtree(nsRegistryKey baseKey, const char *path, nsRegistryKey *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->AddSubtree(baseKey, path, _retval); } \
  266.   NS_IMETHOD RemoveSubtree(nsRegistryKey baseKey, const char *path) { return !_to ? NS_ERROR_NULL_POINTER : _to->RemoveSubtree(baseKey, path); } \
  267.   NS_IMETHOD GetSubtree(nsRegistryKey baseKey, const char *path, nsRegistryKey *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSubtree(baseKey, path, _retval); } \
  268.   NS_IMETHOD AddSubtreeRaw(nsRegistryKey baseKey, const char *path, nsRegistryKey *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->AddSubtreeRaw(baseKey, path, _retval); } \
  269.   NS_IMETHOD RemoveSubtreeRaw(nsRegistryKey baseKey, const char *path) { return !_to ? NS_ERROR_NULL_POINTER : _to->RemoveSubtreeRaw(baseKey, path); } \
  270.   NS_IMETHOD GetSubtreeRaw(nsRegistryKey baseKey, const char *path, nsRegistryKey *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetSubtreeRaw(baseKey, path, _retval); } \
  271.   NS_IMETHOD EnumerateSubtrees(nsRegistryKey baseKey, nsIEnumerator **_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->EnumerateSubtrees(baseKey, _retval); } \
  272.   NS_IMETHOD EnumerateAllSubtrees(nsRegistryKey baseKey, nsIEnumerator **_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->EnumerateAllSubtrees(baseKey, _retval); } \
  273.   NS_IMETHOD EnumerateValues(nsRegistryKey baseKey, nsIEnumerator **_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->EnumerateValues(baseKey, _retval); } \
  274.   NS_IMETHOD GetValueType(nsRegistryKey baseKey, const char *path, PRUint32 *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetValueType(baseKey, path, _retval); } \
  275.   NS_IMETHOD GetValueLength(nsRegistryKey baseKey, const char *path, PRUint32 *_retval) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetValueLength(baseKey, path, _retval); } \
  276.   NS_IMETHOD DeleteValue(nsRegistryKey baseKey, const char *path) { return !_to ? NS_ERROR_NULL_POINTER : _to->DeleteValue(baseKey, path); } \
  277.   NS_IMETHOD EscapeKey(PRUint8 *key, PRUint32 terminator, PRUint32 *length, PRUint8 **escaped) { return !_to ? NS_ERROR_NULL_POINTER : _to->EscapeKey(key, terminator, length, escaped); } \
  278.   NS_IMETHOD UnescapeKey(PRUint8 *escaped, PRUint32 terminator, PRUint32 *length, PRUint8 **key) { return !_to ? NS_ERROR_NULL_POINTER : _to->UnescapeKey(escaped, terminator, length, key); } \
  279.   NS_IMETHOD GetCurrentUserName(char * *aCurrentUserName) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetCurrentUserName(aCurrentUserName); } \
  280.   NS_IMETHOD SetCurrentUserName(const char * aCurrentUserName) { return !_to ? NS_ERROR_NULL_POINTER : _to->SetCurrentUserName(aCurrentUserName); } \
  281.   NS_IMETHOD Pack(void) { return !_to ? NS_ERROR_NULL_POINTER : _to->Pack(); } 
  282.  
  283. #if 0
  284. /* Use the code below as a template for the implementation class for this interface. */
  285.  
  286. /* Header file */
  287. class nsRegistry : public nsIRegistry
  288. {
  289. public:
  290.   NS_DECL_ISUPPORTS
  291.   NS_DECL_NSIREGISTRY
  292.  
  293.   nsRegistry();
  294.  
  295. private:
  296.   ~nsRegistry();
  297.  
  298. protected:
  299.   /* additional members */
  300. };
  301.  
  302. /* Implementation file */
  303. NS_IMPL_ISUPPORTS1(nsRegistry, nsIRegistry)
  304.  
  305. nsRegistry::nsRegistry()
  306. {
  307.   /* member initializers and constructor code */
  308. }
  309.  
  310. nsRegistry::~nsRegistry()
  311. {
  312.   /* destructor code */
  313. }
  314.  
  315. /* void open (in nsIFile regFile); */
  316. NS_IMETHODIMP nsRegistry::Open(nsIFile *regFile)
  317. {
  318.     return NS_ERROR_NOT_IMPLEMENTED;
  319. }
  320.  
  321. /* void openWellKnownRegistry (in nsWellKnownRegistry regid); */
  322. NS_IMETHODIMP nsRegistry::OpenWellKnownRegistry(nsWellKnownRegistry regid)
  323. {
  324.     return NS_ERROR_NOT_IMPLEMENTED;
  325. }
  326.  
  327. /* void flush (); */
  328. NS_IMETHODIMP nsRegistry::Flush()
  329. {
  330.     return NS_ERROR_NOT_IMPLEMENTED;
  331. }
  332.  
  333. /* boolean isOpen (); */
  334. NS_IMETHODIMP nsRegistry::IsOpen(PRBool *_retval)
  335. {
  336.     return NS_ERROR_NOT_IMPLEMENTED;
  337. }
  338.  
  339. /* nsRegistryKey addKey (in nsRegistryKey baseKey, in wstring keyname); */
  340. NS_IMETHODIMP nsRegistry::AddKey(nsRegistryKey baseKey, const PRUnichar *keyname, nsRegistryKey *_retval)
  341. {
  342.     return NS_ERROR_NOT_IMPLEMENTED;
  343. }
  344.  
  345. /* nsRegistryKey getKey (in nsRegistryKey baseKey, in wstring keyname); */
  346. NS_IMETHODIMP nsRegistry::GetKey(nsRegistryKey baseKey, const PRUnichar *keyname, nsRegistryKey *_retval)
  347. {
  348.     return NS_ERROR_NOT_IMPLEMENTED;
  349. }
  350.  
  351. /* void removeKey (in nsRegistryKey baseKey, in wstring keyname); */
  352. NS_IMETHODIMP nsRegistry::RemoveKey(nsRegistryKey baseKey, const PRUnichar *keyname)
  353. {
  354.     return NS_ERROR_NOT_IMPLEMENTED;
  355. }
  356.  
  357. /* wstring getString (in nsRegistryKey baseKey, in wstring valname); */
  358. NS_IMETHODIMP nsRegistry::GetString(nsRegistryKey baseKey, const PRUnichar *valname, PRUnichar **_retval)
  359. {
  360.     return NS_ERROR_NOT_IMPLEMENTED;
  361. }
  362.  
  363. /* void setString (in nsRegistryKey baseKey, in wstring valname, in wstring value); */
  364. NS_IMETHODIMP nsRegistry::SetString(nsRegistryKey baseKey, const PRUnichar *valname, const PRUnichar *value)
  365. {
  366.     return NS_ERROR_NOT_IMPLEMENTED;
  367. }
  368.  
  369. /* string getStringUTF8 (in nsRegistryKey baseKey, in string path); */
  370. NS_IMETHODIMP nsRegistry::GetStringUTF8(nsRegistryKey baseKey, const char *path, char **_retval)
  371. {
  372.     return NS_ERROR_NOT_IMPLEMENTED;
  373. }
  374.  
  375. /* void setStringUTF8 (in nsRegistryKey baseKey, in string path, in string value); */
  376. NS_IMETHODIMP nsRegistry::SetStringUTF8(nsRegistryKey baseKey, const char *path, const char *value)
  377. {
  378.     return NS_ERROR_NOT_IMPLEMENTED;
  379. }
  380.  
  381. /* void getBytesUTF8 (in nsRegistryKey baseKey, in string path, out PRUint32 length, [array, size_is (length), retval] out PRUint8 valueArray); */
  382. NS_IMETHODIMP nsRegistry::GetBytesUTF8(nsRegistryKey baseKey, const char *path, PRUint32 *length, PRUint8 **valueArray)
  383. {
  384.     return NS_ERROR_NOT_IMPLEMENTED;
  385. }
  386.  
  387. /* void setBytesUTF8 (in nsRegistryKey baseKey, in string path, in PRUint32 length, [array, size_is (length)] in PRUint8 valueArray); */
  388. NS_IMETHODIMP nsRegistry::SetBytesUTF8(nsRegistryKey baseKey, const char *path, PRUint32 length, PRUint8 *valueArray)
  389. {
  390.     return NS_ERROR_NOT_IMPLEMENTED;
  391. }
  392.  
  393. /* PRInt32 getInt (in nsRegistryKey baseKey, in string path); */
  394. NS_IMETHODIMP nsRegistry::GetInt(nsRegistryKey baseKey, const char *path, PRInt32 *_retval)
  395. {
  396.     return NS_ERROR_NOT_IMPLEMENTED;
  397. }
  398.  
  399. /* void setInt (in nsRegistryKey baseKey, in string path, in PRInt32 value); */
  400. NS_IMETHODIMP nsRegistry::SetInt(nsRegistryKey baseKey, const char *path, PRInt32 value)
  401. {
  402.     return NS_ERROR_NOT_IMPLEMENTED;
  403. }
  404.  
  405. /* PRInt64 getLongLong (in nsRegistryKey baseKey, in string path); */
  406. NS_IMETHODIMP nsRegistry::GetLongLong(nsRegistryKey baseKey, const char *path, PRInt64 *_retval)
  407. {
  408.     return NS_ERROR_NOT_IMPLEMENTED;
  409. }
  410.  
  411. /* void setLongLong (in nsRegistryKey baseKey, in string path, inout PRInt64 value); */
  412. NS_IMETHODIMP nsRegistry::SetLongLong(nsRegistryKey baseKey, const char *path, PRInt64 *value)
  413. {
  414.     return NS_ERROR_NOT_IMPLEMENTED;
  415. }
  416.  
  417. /* nsRegistryKey addSubtree (in nsRegistryKey baseKey, in string path); */
  418. NS_IMETHODIMP nsRegistry::AddSubtree(nsRegistryKey baseKey, const char *path, nsRegistryKey *_retval)
  419. {
  420.     return NS_ERROR_NOT_IMPLEMENTED;
  421. }
  422.  
  423. /* void removeSubtree (in nsRegistryKey baseKey, in string path); */
  424. NS_IMETHODIMP nsRegistry::RemoveSubtree(nsRegistryKey baseKey, const char *path)
  425. {
  426.     return NS_ERROR_NOT_IMPLEMENTED;
  427. }
  428.  
  429. /* nsRegistryKey getSubtree (in nsRegistryKey baseKey, in string path); */
  430. NS_IMETHODIMP nsRegistry::GetSubtree(nsRegistryKey baseKey, const char *path, nsRegistryKey *_retval)
  431. {
  432.     return NS_ERROR_NOT_IMPLEMENTED;
  433. }
  434.  
  435. /* nsRegistryKey addSubtreeRaw (in nsRegistryKey baseKey, in string path); */
  436. NS_IMETHODIMP nsRegistry::AddSubtreeRaw(nsRegistryKey baseKey, const char *path, nsRegistryKey *_retval)
  437. {
  438.     return NS_ERROR_NOT_IMPLEMENTED;
  439. }
  440.  
  441. /* void removeSubtreeRaw (in nsRegistryKey baseKey, in string path); */
  442. NS_IMETHODIMP nsRegistry::RemoveSubtreeRaw(nsRegistryKey baseKey, const char *path)
  443. {
  444.     return NS_ERROR_NOT_IMPLEMENTED;
  445. }
  446.  
  447. /* nsRegistryKey getSubtreeRaw (in nsRegistryKey baseKey, in string path); */
  448. NS_IMETHODIMP nsRegistry::GetSubtreeRaw(nsRegistryKey baseKey, const char *path, nsRegistryKey *_retval)
  449. {
  450.     return NS_ERROR_NOT_IMPLEMENTED;
  451. }
  452.  
  453. /* nsIEnumerator enumerateSubtrees (in nsRegistryKey baseKey); */
  454. NS_IMETHODIMP nsRegistry::EnumerateSubtrees(nsRegistryKey baseKey, nsIEnumerator **_retval)
  455. {
  456.     return NS_ERROR_NOT_IMPLEMENTED;
  457. }
  458.  
  459. /* nsIEnumerator enumerateAllSubtrees (in nsRegistryKey baseKey); */
  460. NS_IMETHODIMP nsRegistry::EnumerateAllSubtrees(nsRegistryKey baseKey, nsIEnumerator **_retval)
  461. {
  462.     return NS_ERROR_NOT_IMPLEMENTED;
  463. }
  464.  
  465. /* nsIEnumerator enumerateValues (in nsRegistryKey baseKey); */
  466. NS_IMETHODIMP nsRegistry::EnumerateValues(nsRegistryKey baseKey, nsIEnumerator **_retval)
  467. {
  468.     return NS_ERROR_NOT_IMPLEMENTED;
  469. }
  470.  
  471. /* unsigned long getValueType (in nsRegistryKey baseKey, in string path); */
  472. NS_IMETHODIMP nsRegistry::GetValueType(nsRegistryKey baseKey, const char *path, PRUint32 *_retval)
  473. {
  474.     return NS_ERROR_NOT_IMPLEMENTED;
  475. }
  476.  
  477. /* PRUint32 getValueLength (in nsRegistryKey baseKey, in string path); */
  478. NS_IMETHODIMP nsRegistry::GetValueLength(nsRegistryKey baseKey, const char *path, PRUint32 *_retval)
  479. {
  480.     return NS_ERROR_NOT_IMPLEMENTED;
  481. }
  482.  
  483. /* void deleteValue (in nsRegistryKey baseKey, in string path); */
  484. NS_IMETHODIMP nsRegistry::DeleteValue(nsRegistryKey baseKey, const char *path)
  485. {
  486.     return NS_ERROR_NOT_IMPLEMENTED;
  487. }
  488.  
  489. /* void escapeKey ([array, size_is (length)] in PRUint8 key, in PRUint32 terminator, inout PRUint32 length, [array, size_is (length), retval] out PRUint8 escaped); */
  490. NS_IMETHODIMP nsRegistry::EscapeKey(PRUint8 *key, PRUint32 terminator, PRUint32 *length, PRUint8 **escaped)
  491. {
  492.     return NS_ERROR_NOT_IMPLEMENTED;
  493. }
  494.  
  495. /* void unescapeKey ([array, size_is (length)] in PRUint8 escaped, in PRUint32 terminator, inout PRUint32 length, [array, size_is (length), retval] out PRUint8 key); */
  496. NS_IMETHODIMP nsRegistry::UnescapeKey(PRUint8 *escaped, PRUint32 terminator, PRUint32 *length, PRUint8 **key)
  497. {
  498.     return NS_ERROR_NOT_IMPLEMENTED;
  499. }
  500.  
  501. /* attribute string currentUserName; */
  502. NS_IMETHODIMP nsRegistry::GetCurrentUserName(char * *aCurrentUserName)
  503. {
  504.     return NS_ERROR_NOT_IMPLEMENTED;
  505. }
  506. NS_IMETHODIMP nsRegistry::SetCurrentUserName(const char * aCurrentUserName)
  507. {
  508.     return NS_ERROR_NOT_IMPLEMENTED;
  509. }
  510.  
  511. /* void pack (); */
  512. NS_IMETHODIMP nsRegistry::Pack()
  513. {
  514.     return NS_ERROR_NOT_IMPLEMENTED;
  515. }
  516.  
  517. /* End of implementation class template. */
  518. #endif
  519.  
  520.  
  521. /* starting interface:    nsIRegistryEnumerator */
  522. #define NS_IREGISTRYENUMERATOR_IID_STR "8cecf236-1dd2-11b2-893c-f9848956eaec"
  523.  
  524. #define NS_IREGISTRYENUMERATOR_IID \
  525.   {0x8cecf236, 0x1dd2, 0x11b2, \
  526.     { 0x89, 0x3c, 0xf9, 0x84, 0x89, 0x56, 0xea, 0xec }}
  527.  
  528. class NS_NO_VTABLE nsIRegistryEnumerator : public nsIEnumerator {
  529.  public: 
  530.  
  531.   NS_DEFINE_STATIC_IID_ACCESSOR(NS_IREGISTRYENUMERATOR_IID)
  532.  
  533.   /* void currentItemInPlaceUTF8 (out nsRegistryKey key, [shared, retval] out string item); */
  534.   NS_IMETHOD CurrentItemInPlaceUTF8(nsRegistryKey *key, const char **item) = 0;
  535.  
  536. };
  537.  
  538. /* Use this macro when declaring classes that implement this interface. */
  539. #define NS_DECL_NSIREGISTRYENUMERATOR \
  540.   NS_IMETHOD CurrentItemInPlaceUTF8(nsRegistryKey *key, const char **item); 
  541.  
  542. /* Use this macro to declare functions that forward the behavior of this interface to another object. */
  543. #define NS_FORWARD_NSIREGISTRYENUMERATOR(_to) \
  544.   NS_IMETHOD CurrentItemInPlaceUTF8(nsRegistryKey *key, const char **item) { return _to CurrentItemInPlaceUTF8(key, item); } 
  545.  
  546. /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
  547. #define NS_FORWARD_SAFE_NSIREGISTRYENUMERATOR(_to) \
  548.   NS_IMETHOD CurrentItemInPlaceUTF8(nsRegistryKey *key, const char **item) { return !_to ? NS_ERROR_NULL_POINTER : _to->CurrentItemInPlaceUTF8(key, item); } 
  549.  
  550. #if 0
  551. /* Use the code below as a template for the implementation class for this interface. */
  552.  
  553. /* Header file */
  554. class nsRegistryEnumerator : public nsIRegistryEnumerator
  555. {
  556. public:
  557.   NS_DECL_ISUPPORTS
  558.   NS_DECL_NSIREGISTRYENUMERATOR
  559.  
  560.   nsRegistryEnumerator();
  561.  
  562. private:
  563.   ~nsRegistryEnumerator();
  564.  
  565. protected:
  566.   /* additional members */
  567. };
  568.  
  569. /* Implementation file */
  570. NS_IMPL_ISUPPORTS1(nsRegistryEnumerator, nsIRegistryEnumerator)
  571.  
  572. nsRegistryEnumerator::nsRegistryEnumerator()
  573. {
  574.   /* member initializers and constructor code */
  575. }
  576.  
  577. nsRegistryEnumerator::~nsRegistryEnumerator()
  578. {
  579.   /* destructor code */
  580. }
  581.  
  582. /* void currentItemInPlaceUTF8 (out nsRegistryKey key, [shared, retval] out string item); */
  583. NS_IMETHODIMP nsRegistryEnumerator::CurrentItemInPlaceUTF8(nsRegistryKey *key, const char **item)
  584. {
  585.     return NS_ERROR_NOT_IMPLEMENTED;
  586. }
  587.  
  588. /* End of implementation class template. */
  589. #endif
  590.  
  591.  
  592. /* starting interface:    nsIRegistryNode */
  593. #define NS_IREGISTRYNODE_IID_STR "d1b54831-ac07-11d2-805e-00600811a9c3"
  594.  
  595. #define NS_IREGISTRYNODE_IID \
  596.   {0xd1b54831, 0xac07, 0x11d2, \
  597.     { 0x80, 0x5e, 0x00, 0x60, 0x08, 0x11, 0xa9, 0xc3 }}
  598.  
  599. class NS_NO_VTABLE nsIRegistryNode : public nsISupports {
  600.  public: 
  601.  
  602.   NS_DEFINE_STATIC_IID_ACCESSOR(NS_IREGISTRYNODE_IID)
  603.  
  604.   /* readonly attribute string nameUTF8; */
  605.   NS_IMETHOD GetNameUTF8(char * *aNameUTF8) = 0;
  606.  
  607.   /* readonly attribute wstring name; */
  608.   NS_IMETHOD GetName(PRUnichar * *aName) = 0;
  609.  
  610.   /* readonly attribute nsRegistryKey key; */
  611.   NS_IMETHOD GetKey(nsRegistryKey *aKey) = 0;
  612.  
  613. };
  614.  
  615. /* Use this macro when declaring classes that implement this interface. */
  616. #define NS_DECL_NSIREGISTRYNODE \
  617.   NS_IMETHOD GetNameUTF8(char * *aNameUTF8); \
  618.   NS_IMETHOD GetName(PRUnichar * *aName); \
  619.   NS_IMETHOD GetKey(nsRegistryKey *aKey); 
  620.  
  621. /* Use this macro to declare functions that forward the behavior of this interface to another object. */
  622. #define NS_FORWARD_NSIREGISTRYNODE(_to) \
  623.   NS_IMETHOD GetNameUTF8(char * *aNameUTF8) { return _to GetNameUTF8(aNameUTF8); } \
  624.   NS_IMETHOD GetName(PRUnichar * *aName) { return _to GetName(aName); } \
  625.   NS_IMETHOD GetKey(nsRegistryKey *aKey) { return _to GetKey(aKey); } 
  626.  
  627. /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
  628. #define NS_FORWARD_SAFE_NSIREGISTRYNODE(_to) \
  629.   NS_IMETHOD GetNameUTF8(char * *aNameUTF8) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetNameUTF8(aNameUTF8); } \
  630.   NS_IMETHOD GetName(PRUnichar * *aName) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetName(aName); } \
  631.   NS_IMETHOD GetKey(nsRegistryKey *aKey) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetKey(aKey); } 
  632.  
  633. #if 0
  634. /* Use the code below as a template for the implementation class for this interface. */
  635.  
  636. /* Header file */
  637. class nsRegistryNode : public nsIRegistryNode
  638. {
  639. public:
  640.   NS_DECL_ISUPPORTS
  641.   NS_DECL_NSIREGISTRYNODE
  642.  
  643.   nsRegistryNode();
  644.  
  645. private:
  646.   ~nsRegistryNode();
  647.  
  648. protected:
  649.   /* additional members */
  650. };
  651.  
  652. /* Implementation file */
  653. NS_IMPL_ISUPPORTS1(nsRegistryNode, nsIRegistryNode)
  654.  
  655. nsRegistryNode::nsRegistryNode()
  656. {
  657.   /* member initializers and constructor code */
  658. }
  659.  
  660. nsRegistryNode::~nsRegistryNode()
  661. {
  662.   /* destructor code */
  663. }
  664.  
  665. /* readonly attribute string nameUTF8; */
  666. NS_IMETHODIMP nsRegistryNode::GetNameUTF8(char * *aNameUTF8)
  667. {
  668.     return NS_ERROR_NOT_IMPLEMENTED;
  669. }
  670.  
  671. /* readonly attribute wstring name; */
  672. NS_IMETHODIMP nsRegistryNode::GetName(PRUnichar * *aName)
  673. {
  674.     return NS_ERROR_NOT_IMPLEMENTED;
  675. }
  676.  
  677. /* readonly attribute nsRegistryKey key; */
  678. NS_IMETHODIMP nsRegistryNode::GetKey(nsRegistryKey *aKey)
  679. {
  680.     return NS_ERROR_NOT_IMPLEMENTED;
  681. }
  682.  
  683. /* End of implementation class template. */
  684. #endif
  685.  
  686.  
  687. /* starting interface:    nsIRegistryValue */
  688. #define NS_IREGISTRYVALUE_IID_STR "5316c380-b2f8-11d2-a374-0080c6f80e4b"
  689.  
  690. #define NS_IREGISTRYVALUE_IID \
  691.   {0x5316c380, 0xb2f8, 0x11d2, \
  692.     { 0xa3, 0x74, 0x00, 0x80, 0xc6, 0xf8, 0x0e, 0x4b }}
  693.  
  694. class NS_NO_VTABLE nsIRegistryValue : public nsISupports {
  695.  public: 
  696.  
  697.   NS_DEFINE_STATIC_IID_ACCESSOR(NS_IREGISTRYVALUE_IID)
  698.  
  699.   /* readonly attribute wstring name; */
  700.   NS_IMETHOD GetName(PRUnichar * *aName) = 0;
  701.  
  702.   /* readonly attribute string nameUTF8; */
  703.   NS_IMETHOD GetNameUTF8(char * *aNameUTF8) = 0;
  704.  
  705.   /* readonly attribute unsigned long type; */
  706.   NS_IMETHOD GetType(PRUint32 *aType) = 0;
  707.  
  708.   /* readonly attribute PRUint32 length; */
  709.   NS_IMETHOD GetLength(PRUint32 *aLength) = 0;
  710.  
  711. };
  712.  
  713. /* Use this macro when declaring classes that implement this interface. */
  714. #define NS_DECL_NSIREGISTRYVALUE \
  715.   NS_IMETHOD GetName(PRUnichar * *aName); \
  716.   NS_IMETHOD GetNameUTF8(char * *aNameUTF8); \
  717.   NS_IMETHOD GetType(PRUint32 *aType); \
  718.   NS_IMETHOD GetLength(PRUint32 *aLength); 
  719.  
  720. /* Use this macro to declare functions that forward the behavior of this interface to another object. */
  721. #define NS_FORWARD_NSIREGISTRYVALUE(_to) \
  722.   NS_IMETHOD GetName(PRUnichar * *aName) { return _to GetName(aName); } \
  723.   NS_IMETHOD GetNameUTF8(char * *aNameUTF8) { return _to GetNameUTF8(aNameUTF8); } \
  724.   NS_IMETHOD GetType(PRUint32 *aType) { return _to GetType(aType); } \
  725.   NS_IMETHOD GetLength(PRUint32 *aLength) { return _to GetLength(aLength); } 
  726.  
  727. /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
  728. #define NS_FORWARD_SAFE_NSIREGISTRYVALUE(_to) \
  729.   NS_IMETHOD GetName(PRUnichar * *aName) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetName(aName); } \
  730.   NS_IMETHOD GetNameUTF8(char * *aNameUTF8) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetNameUTF8(aNameUTF8); } \
  731.   NS_IMETHOD GetType(PRUint32 *aType) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetType(aType); } \
  732.   NS_IMETHOD GetLength(PRUint32 *aLength) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetLength(aLength); } 
  733.  
  734. #if 0
  735. /* Use the code below as a template for the implementation class for this interface. */
  736.  
  737. /* Header file */
  738. class nsRegistryValue : public nsIRegistryValue
  739. {
  740. public:
  741.   NS_DECL_ISUPPORTS
  742.   NS_DECL_NSIREGISTRYVALUE
  743.  
  744.   nsRegistryValue();
  745.  
  746. private:
  747.   ~nsRegistryValue();
  748.  
  749. protected:
  750.   /* additional members */
  751. };
  752.  
  753. /* Implementation file */
  754. NS_IMPL_ISUPPORTS1(nsRegistryValue, nsIRegistryValue)
  755.  
  756. nsRegistryValue::nsRegistryValue()
  757. {
  758.   /* member initializers and constructor code */
  759. }
  760.  
  761. nsRegistryValue::~nsRegistryValue()
  762. {
  763.   /* destructor code */
  764. }
  765.  
  766. /* readonly attribute wstring name; */
  767. NS_IMETHODIMP nsRegistryValue::GetName(PRUnichar * *aName)
  768. {
  769.     return NS_ERROR_NOT_IMPLEMENTED;
  770. }
  771.  
  772. /* readonly attribute string nameUTF8; */
  773. NS_IMETHODIMP nsRegistryValue::GetNameUTF8(char * *aNameUTF8)
  774. {
  775.     return NS_ERROR_NOT_IMPLEMENTED;
  776. }
  777.  
  778. /* readonly attribute unsigned long type; */
  779. NS_IMETHODIMP nsRegistryValue::GetType(PRUint32 *aType)
  780. {
  781.     return NS_ERROR_NOT_IMPLEMENTED;
  782. }
  783.  
  784. /* readonly attribute PRUint32 length; */
  785. NS_IMETHODIMP nsRegistryValue::GetLength(PRUint32 *aLength)
  786. {
  787.     return NS_ERROR_NOT_IMPLEMENTED;
  788. }
  789.  
  790. /* End of implementation class template. */
  791. #endif
  792.  
  793.  
  794. /* starting interface:    nsIRegistryGetter */
  795. #define NS_IREGISTRYGETTER_IID_STR "3a15fc88-7a61-4ab4-8e58-31e95fab3da8"
  796.  
  797. #define NS_IREGISTRYGETTER_IID \
  798.   {0x3a15fc88, 0x7a61, 0x4ab4, \
  799.     { 0x8e, 0x58, 0x31, 0xe9, 0x5f, 0xab, 0x3d, 0xa8 }}
  800.  
  801. /**
  802.  * It sucks that nsIRegistry has to always allocate and return
  803.  * strings. nsIRegistryGetter adds in interfaces for non allocating getters
  804.  * to registry values.
  805.  */
  806. class NS_NO_VTABLE nsIRegistryGetter : public nsISupports {
  807.  public: 
  808.  
  809.   NS_DEFINE_STATIC_IID_ACCESSOR(NS_IREGISTRYGETTER_IID)
  810.  
  811.   /**
  812.      * Get a string value of attribute valname in widestring or utf8 format
  813.      *
  814.      * @return
  815.      *  NS_OK on success.
  816.      *    buf has the string value copied into it. length is NOT changed.
  817.      *  NS_ERROR_REG_BUFFER_TOO_SMALL if not enough buffer space.
  818.      *    length is updated to actual length in chars including
  819.      *    terminating NULL and buf will be unchanged.
  820.      *  NS_ERROR_FAILURE if an unknown error happened. state of buf and
  821.      *    length undefined.
  822.      *  various failure codes otherwise. buf and length wont be updated.
  823.      */
  824.   /* void getStringUTF8IntoBuffer (in nsRegistryKey baseKey, in string path, inout char buf, inout PRUint32 length); */
  825.   NS_IMETHOD GetStringUTF8IntoBuffer(nsRegistryKey baseKey, const char *path, char *buf, PRUint32 *length) = 0;
  826.  
  827.   /**
  828.      * Get a a byte array value of attribute valname
  829.      *
  830.      * @return
  831.      *  NS_OK on success. buf has the string value copied into it.
  832.      *    length is updated to actual number of bytes copied into buf.
  833.      *  NS_ERROR_REG_BUFFER_TOO_SMALL if not enough buffer space.
  834.      *    length is updated to actual length in PRUint8s including
  835.      *    terminating NULL and buf will be unchanged.
  836.      *  NS_ERROR_FAILURE if an unknown error happened. state of buf and
  837.      *    length undefined.
  838.      *  various other failure codes otherwise. buf and length wont be updated.
  839.      */
  840.   /* void getBytesUTF8IntoBuffer (in nsRegistryKey baseKey, in string path, inout PRUint8 buf, inout PRUint32 length); */
  841.   NS_IMETHOD GetBytesUTF8IntoBuffer(nsRegistryKey baseKey, const char *path, PRUint8 *buf, PRUint32 *length) = 0;
  842.  
  843. };
  844.  
  845. /* Use this macro when declaring classes that implement this interface. */
  846. #define NS_DECL_NSIREGISTRYGETTER \
  847.   NS_IMETHOD GetStringUTF8IntoBuffer(nsRegistryKey baseKey, const char *path, char *buf, PRUint32 *length); \
  848.   NS_IMETHOD GetBytesUTF8IntoBuffer(nsRegistryKey baseKey, const char *path, PRUint8 *buf, PRUint32 *length); 
  849.  
  850. /* Use this macro to declare functions that forward the behavior of this interface to another object. */
  851. #define NS_FORWARD_NSIREGISTRYGETTER(_to) \
  852.   NS_IMETHOD GetStringUTF8IntoBuffer(nsRegistryKey baseKey, const char *path, char *buf, PRUint32 *length) { return _to GetStringUTF8IntoBuffer(baseKey, path, buf, length); } \
  853.   NS_IMETHOD GetBytesUTF8IntoBuffer(nsRegistryKey baseKey, const char *path, PRUint8 *buf, PRUint32 *length) { return _to GetBytesUTF8IntoBuffer(baseKey, path, buf, length); } 
  854.  
  855. /* Use this macro to declare functions that forward the behavior of this interface to another object in a safe way. */
  856. #define NS_FORWARD_SAFE_NSIREGISTRYGETTER(_to) \
  857.   NS_IMETHOD GetStringUTF8IntoBuffer(nsRegistryKey baseKey, const char *path, char *buf, PRUint32 *length) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetStringUTF8IntoBuffer(baseKey, path, buf, length); } \
  858.   NS_IMETHOD GetBytesUTF8IntoBuffer(nsRegistryKey baseKey, const char *path, PRUint8 *buf, PRUint32 *length) { return !_to ? NS_ERROR_NULL_POINTER : _to->GetBytesUTF8IntoBuffer(baseKey, path, buf, length); } 
  859.  
  860. #if 0
  861. /* Use the code below as a template for the implementation class for this interface. */
  862.  
  863. /* Header file */
  864. class nsRegistryGetter : public nsIRegistryGetter
  865. {
  866. public:
  867.   NS_DECL_ISUPPORTS
  868.   NS_DECL_NSIREGISTRYGETTER
  869.  
  870.   nsRegistryGetter();
  871.  
  872. private:
  873.   ~nsRegistryGetter();
  874.  
  875. protected:
  876.   /* additional members */
  877. };
  878.  
  879. /* Implementation file */
  880. NS_IMPL_ISUPPORTS1(nsRegistryGetter, nsIRegistryGetter)
  881.  
  882. nsRegistryGetter::nsRegistryGetter()
  883. {
  884.   /* member initializers and constructor code */
  885. }
  886.  
  887. nsRegistryGetter::~nsRegistryGetter()
  888. {
  889.   /* destructor code */
  890. }
  891.  
  892. /* void getStringUTF8IntoBuffer (in nsRegistryKey baseKey, in string path, inout char buf, inout PRUint32 length); */
  893. NS_IMETHODIMP nsRegistryGetter::GetStringUTF8IntoBuffer(nsRegistryKey baseKey, const char *path, char *buf, PRUint32 *length)
  894. {
  895.     return NS_ERROR_NOT_IMPLEMENTED;
  896. }
  897.  
  898. /* void getBytesUTF8IntoBuffer (in nsRegistryKey baseKey, in string path, inout PRUint8 buf, inout PRUint32 length); */
  899. NS_IMETHODIMP nsRegistryGetter::GetBytesUTF8IntoBuffer(nsRegistryKey baseKey, const char *path, PRUint8 *buf, PRUint32 *length)
  900. {
  901.     return NS_ERROR_NOT_IMPLEMENTED;
  902. }
  903.  
  904. /* End of implementation class template. */
  905. #endif
  906.  
  907. #include "nsIRegistryUtils.h"
  908.  
  909. #endif /* __gen_nsIRegistry_h__ */
  910.